func syscall.socketpair

2 uses

	syscall (current package)
		syscall_unix.go#L507: 	err = socketpair(domain, typ, proto, &fdx)
		zsyscall_linux_amd64.go#L1504: func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) {